net/netip.AddrPort.port (field)
7 uses
net/netip (current package)
netip.go#L1036: port uint16
netip.go#L1041: func AddrPortFrom(ip Addr, port uint16) AddrPort { return AddrPort{ip: ip, port: port} }
netip.go#L1047: func (p AddrPort) Port() uint16 { return p.port }
netip.go#L1092: ipp.port = uint16(port16)
netip.go#L1133: buf = strconv.AppendUint(buf, uint64(p.port), 10)
netip.go#L1137: return joinHostPort(p.ip.String(), itoa.Itoa(int(p.port)))
netip.go#L1174: b = strconv.AppendInt(b, int64(p.port), 10)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)